From: Glenn Morris Date: Fri, 12 Jul 2013 23:15:20 +0000 (-0400) Subject: * configure.ac: Further fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~3401 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f7306b812c87e3e38c754ff15a8b3e03fd648ca0;p=emacs.git * configure.ac: Further fix. --- diff --git a/configure.ac b/configure.ac index f0cee741697..9ab7e971b05 100644 --- a/configure.ac +++ b/configure.ac @@ -2330,6 +2330,7 @@ if test "${with_file_notification}" != "no"; then AC_DEFINE(HAVE_W32NOTIFY, 1, [Define to 1 to use w32notify.]) NOTIFY_OBJ=w32notify.o NOTIFY_SUMMARY="yes (w32)" + with_file_notification=w32 elif test "${with_file_notification}" = "w32"; then AC_MSG_ERROR([File notification `w32' requested but requirements not found.]) elif test "${opsys}" = "mingw32"; then